home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / pnmscale < prev    next >
Encoding:
Text File  |  1996-07-16  |  831 b   |  23 lines

  1. "pnmscale "Scale image
  2.     s [pnmfile]
  3.          -xsize|-width|-ysize|-height s [pnmfile]
  4.          -xscale|-yscale s [pnmfile]
  5.          -xscale|-xsize|-width s -yscale|-ysize|-height s [pnmfile]
  6.          -xysize x y [pnmfile]
  7.    "Scale PNM file"
  8.    "Scale"
  9.    CYCLE "_Mode"!!Scale Mode!
  10.       "Scale X and Y":""
  11.          STRING "_factor":"":"1.0"!!X and Y factor!
  12.       "Scale X or Y":""
  13.          ONUMBER "_Width":"-width ":"320":Y!!New width!
  14.          OSTRING "_Xfactor":"-xscale ":"1.0":N!!X factor!
  15.          ONUMBER "_Height":"-height ":"256":Y!!New Height!
  16.          OSTRING "_Yfactor":"-yscale ":"1.0":N!!Y factor!
  17.       "Keep Aspect":"-xysize"
  18.          STRING "X_Size":"":"320"!!New width!
  19.          STRING "YSi_ze":"":"256"!!New Height!
  20.    ENDCYCLE:"0"
  21.    LFILE "_Input":"":""!!Input File!
  22.    SFILE "O_utput":">":""!!Output File!
  23.